Adwaita: remove superfluous selector on keycap styling
authorLapo Calamandrei <calamandrei@gmail.com>
Thu, 14 Jan 2016 15:26:22 +0000 (16:26 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Thu, 14 Jan 2016 15:26:22 +0000 (16:26 +0100)
now that keys are made directly with labels istead of frames.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 8b42ddbc271ee96e4d6dea6d7ca8e46ddd05c94d..22b9054c745971a081622e1304b9318d21e066be 100644 (file)
@@ -3714,8 +3714,6 @@ button.circular { // FIXME: aggregate to buttons
     background-color: $backdrop_base_color;
     color: if($variant == 'light', $backdrop_insensitive_color, $backdrop_fg_color);
   }
-
-  border { border-style: none; }
 }
 
 *:drop(active):focus,
index 00c435609ad468427e384ed99a9063727e36151f..6d3282730c128138aed530515db16b60b5a024a3 100644 (file)
@@ -4663,8 +4663,6 @@ button.circular, headerbar button.circular.titlebutton,
   .keycap:backdrop {
     background-color: #2c2c2c;
     color: #949796; }
-  .keycap border {
-    border-style: none; }
 
 *:drop(active):focus,
 *:drop(active) {
index 64b4ba538aad74e2ff978cfbf7c2df5a1934a6ca..cc565ddc6f74d0aee24ee0ae5d1c3b79e8cf3ec9 100644 (file)
@@ -4840,8 +4840,6 @@ button.circular, headerbar button.circular.titlebutton,
   .keycap:backdrop {
     background-color: white;
     color: #c3c3c0; }
-  .keycap border {
-    border-style: none; }
 
 *:drop(active):focus,
 *:drop(active) {